homeDirectory

abstract val homeDirectory: DirectoryProperty

Retrieve the Plugin Verifier home directory used for storing downloaded IDEs. Following home directory resolving method is taken directly from the Plugin Verifier to keep the compatibility.

Default value:

  • Directory specified with plugin.verifier.home.dir system property

  • Directory specified with XDG_CACHE_HOME environment variable

  • ~/.cache/pluginVerifier

  • ProjectLayout.getBuildDirectory/tmp/pluginVerifier

See also